ComponentOne Xamarin.Android
C1SelectManyCollectionView<S,T> Constructor


C1.CollectionView Assembly > C1.CollectionView Namespace > C1SelectManyCollectionView<S,T> Class : C1SelectManyCollectionView<S,T> Constructor
The source.
Select many function which converts a source item into an item of this collection view.
Initializes a new instance of the C1SelectManyCollectionView<S,T> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal source As IEnumerable, _
   ByVal selectMany As Func(Of Integer,S,IReadOnlyList(Of T)) _
)
'Usage
 
Dim source As IEnumerable
Dim selectMany As Func(Of Integer,S,IReadOnlyList(Of T))
 
Dim instance As New C1SelectManyCollectionView(Of S,T)(source, selectMany)
public C1SelectManyCollectionView<S,T>( 
   IEnumerable source,
   Func<int,S,IReadOnlyList<T>> selectMany
)

Parameters

source
The source.
selectMany
Select many function which converts a source item into an item of this collection view.
See Also

Reference

C1SelectManyCollectionView<S,T> Class
C1SelectManyCollectionView<S,T> Members